From: Felix Fietkau Date: Wed, 12 Mar 2014 09:58:22 +0000 (+0000) Subject: mc: disable the use of libssh2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0766ed3257953891c014ab73eda3ad09a14cc6fc;p=openwrt%2Fsvn-archive%2Fpackages.git mc: disable the use of libssh2 Signed-off-by: Felix Fietkau SVN-Revision: 39882 --- diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1f2..73881d7d0 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -46,6 +46,7 @@ endef CONFIGURE_ARGS += \ --enable-utf8 \ --disable-doxygen-doc \ + --disable-vfs-sftp \ --with-screen=ncurses \ --without-gpm-mouse \ --without-x \